翻訳と辞書
Words near each other
・ Bilin
・ Bilin (biochemistry)
・ Bilin Bilin
・ Bilin River
・ Bilin Township
・ Bilin, Mon State
・ Bilina
・ Bilina, Croatia
・ Bilinda Butcher
・ Bilinea
・ Bilinea bilineata
・ Bilinea bilineatissima
・ Bilinear
・ Bilinear filtering
・ Bilinear form
Bilinear interpolation
・ Bilinear map
・ Bilinear program
・ Bilinear quadrilateral element
・ Bilinear time–frequency distribution
・ Bilinear transform
・ Bilinear transformation
・ Bilinga
・ Bilinga (wood)
・ Bilinga, Queensland
・ Bilinga, Republic of the Congo
・ Bilingual (album)
・ Bilingual (disambiguation)
・ Bilingual belt
・ Bilingual Books


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Bilinear interpolation : ウィキペディア英語版
Bilinear interpolation

In mathematics, bilinear interpolation is an extension of linear interpolation for interpolating functions of two variables (e.g., ''x'' and ''y'') on a rectilinear 2D grid.
The key idea is to perform linear interpolation first in one direction, and then again in the other direction. Although each step is linear in the sampled values and in the position, the interpolation as a whole is not linear but rather quadratic in the sample location.
==Algorithm==
Suppose that we want to find the value of the unknown function ''f'' at the point (''x'', ''y''). It is assumed that we know the value of ''f'' at the four points ''Q''11 = (''x''1, ''y''1), ''Q''12 = (''x''1, ''y''2), ''Q''21 = (''x''2, ''y''1), and ''Q''22 = (''x''2, ''y''2).
We first do linear interpolation in the ''x''-direction. This yields
:\begin
f(x, y_1) &\approx \frac f(Q_) + \frac f(Q_) \\
f(x, y_2) &\approx \frac f(Q_) + \frac f(Q_)
\end
We proceed by interpolating in the ''y''-direction to obtain the desired estimate:
:\begin
f(x,y) &\approx \frac f(x, y_1) + \frac f(x, y_2) \\
&\approx \frac \left ( \frac f(Q_) + \frac f(Q_) \right ) + \frac \left ( \frac f(Q_) + \frac f(Q_) \right ) \\
&= \frac \left ( f(Q_)(x_2-x)(y_2-y) + f(Q_)(x-x_1)(y_2-y)+ f(Q_)(x_2-x)(y-y_1) + f(Q_)(x-x_1)(y-y_1) \right)
\end
Note that we will arrive at the same result if the interpolation is done first along the ''y''-direction and then along the ''x''-direction.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Bilinear interpolation」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.